ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Item Property

In This Topic
    Item Property (PagesCollection<T>)
    In This Topic
    Returns a Page object at specified index in the PagesCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public T this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also